process identifier - definitie. Wat is process identifier
Diclib.com
Online Woordenboek

Wat (wie) is process identifier - definitie

NUMBER TO IDENTIFY EACH PROCESS RUNNING ON A COMPUTER
Process ID; Getpid; Pidfile; PID file; Process identifier file

process identifier         
<operating system> (PID) An integer used by the Unix kernel to uniquely identify a process. PIDs are returned by the fork system call and can be passed to wait() or kill() to perform actions on the given process. (1996-12-09)
process ID         
Unique identifier         
IDENTIFIER WHICH IS UNIQUE AND PERMANENT WITHIN A SUBSET OF SPACE AND TIME
Unique Identification Number; Unique identifiers; Unique Identifier(UID); Unique Object Identifier; Unique identifying code
A unique identifier (UID) is an identifier that is guaranteed to be unique among all identifiers used for those objects and for a specific purpose. The concept was formalized early in the development of Computer science and Information systems.

Wikipedia

Process identifier

In computing, the process identifier (a.k.a. process ID or PID) is a number used by most operating system kernels—such as those of Unix, macOS and Windows—to uniquely identify an active process. This number may be used as a parameter in various function calls, allowing processes to be manipulated, such as adjusting the process's priority or killing it altogether.